vendor/golang.org/x/net/idna.info.category (method)

4 uses

	vendor/golang.org/x/net/idna (current package)
		idna10.0.0.go#L448: 		switch p.simplify(info(v).category()) {
		idna10.0.0.go#L501: 		switch p.simplify(info(v).category()) {
		idna10.0.0.go#L637: 		if c := p.simplify(info(v).category()); c != valid && c != deviation {
		trieval.go#L98: func (c info) category() category {